home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 008a / vcrt11.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-02-17  |  729b  |  25 lines

  1. @Echo Off
  2. Echo This will automatically install your VCRTapes programs to %1
  3. Echo If you did not specify a valid path, this process will crash!
  4. Echo Be sure you are logged to the drive/directory that now contains
  5. Echo the files.
  6. Copy VCRTapes.Exe %1
  7. Getyn Do you have an Epson LQ-2500 or compatible printer (Y/N)?
  8. If ErrorLevel 1 Goto Done
  9. Getyn Do you have an NEC PC-8023a or CITOH 8510 printer (Y/N)?
  10. If Not ErrorLevel 1 Goto HP
  11. Copy NEC8023.CFG %1Printer.CFG
  12. Goto Done
  13. :HP
  14. Getyn Do you have an HP Laserjet (Y/N)?
  15. If Not ErrorLevel 1 Goto IBM
  16. Copy LJet.CFG %1Printer.CFG
  17. Goto Done
  18. :IBM
  19. Getyn Do you have an IBM Pro X24 (Y/N)
  20. If Not ErrorLevel 1 Goto Done
  21. Copy IBMX24.CFG %1Printer.CFG
  22. Goto Done;
  23. :Done
  24.  
  25.